.container {
    margin: 0 auto;
    width: 1080px;
    }

 #header {
    height: 100px;
    /* background-color: rgb(253, 253, 253); */
    }

#logo{
    width: 164;
    height:44px;
    
    
}
.nav{
    font-size: 23px;
    font-weight: bold;
    line-height: 60px;
    margin-left: 200px;
}
.nav li{
    float: left;
    margin-left: 55px;   
}
.nav a{
    color:rgb(73, 73, 73);
    
}
.slider{
    width: 120px;
    height: 55px;
    background-color: rgb(206, 230, 240);
    border-radius: 10px;
    position: absolute;
    margin-left: 288px;
    
    z-index: -1;
    transition: all ease,0.3s;
}
li:nth-child(1):hover ~ .slider{
    margin-left:25px ;
}
li:nth-child(2):hover ~ .slider{
    margin-left:143px ;
}
li:nth-child(3):hover ~ .slider{
    margin-left:288px ;
}
li:nth-child(4):hover ~ .slider{
    margin-left:436px ;
}
li:nth-child(5):hover ~ .slider{
    margin-left:582px ;
}
li:nth-child(6):hover ~ .slider{
    margin-left:729px ;
}



.head img{
    float: left;
    width: 1080px;
    height: 300px;
}
.box img{
    width: 300px;
    height: 150px;
    border-radius: 15px;
    margin:23px 10px;
}
.box h2 {
    font-weight:bolder;
    font-family: 'Times New Roman', Times, serif;
    margin: 25px 0px 10px 10px;
}
.box p{
    text-indent: 2em;
    font-size: 14px;
    line-height: 20pt;
    margin: 0px 10px;
}
#box-1 {
    float: left;
    background-color: rgb(93, 122, 252);
    width: 540px;
    height: 200px;
}
#box-1 img{
    float: left;
}
#box-2 {
    float: left;
    background-color: #0d8bbb;
    width: 540px;
    height: 200px;
}
#box-2 img{
    float: left;
}
#box-3 {
    float: left;
    background-color: #0d8bbb;
    width: 540px;
    height: 200px;
}
#box-3 img{
    float: right;
}

#box-4 {
    float: left;
    background-color: rgb(93, 122, 252);
    width: 540px;
    height: 200px;
}
#box-4 img{
    float: right;
}
#box-5 {
    float: left;
    background-color: rgb(93, 122, 252);
    width: 540px;
    height: 200px;
}
#box-5 img{
    float: left;
}
#box-6 {
    float: left;
    background-color: #0d8bbb;
    width: 540px;
    height: 200px;
}
#box-6 img{
    float: left;
}
#box-6 p{
   
    line-height: 15pt;
}
#footer{
    overflow: hidden;
    /*background-color:greenyellow;*/
    width: 1080px;
    height: 100px;
}
.footer-1{
    background-color: rgb(97, 107, 245);
    width: 1080px;
    height: 40px;
    margin-top: 20px;
}
.bottom_nav{ 
    float:right;
    margin-top: 15px;
}
.copyright{
    clear:both;
    margin-top: 10px;
    width:1080px; 
    text-align:center; 
    color:#333;
    position: absolute;
}
